(0) Obligation:

The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(1, n^1).


The TRS R consists of the following rules:

dbl(S(0), S(0)) → S(S(S(S(0))))
save(S(x)) → dbl(0, save(x))
save(0) → 0
dbl(0, y) → y

Rewrite Strategy: INNERMOST

(1) TrsToWeightedTrsProof (BOTH BOUNDS(ID, ID) transformation)

Transformed TRS to weighted TRS

(2) Obligation:

The Runtime Complexity (innermost) of the given CpxWeightedTrs could be proven to be BOUNDS(1, n^1).


The TRS R consists of the following rules:

dbl(S(0), S(0)) → S(S(S(S(0)))) [1]
save(S(x)) → dbl(0, save(x)) [1]
save(0) → 0 [1]
dbl(0, y) → y [1]

Rewrite Strategy: INNERMOST

(3) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)

Infered types.

(4) Obligation:

Runtime Complexity Weighted TRS with Types.
The TRS R consists of the following rules:

dbl(S(0), S(0)) → S(S(S(S(0)))) [1]
save(S(x)) → dbl(0, save(x)) [1]
save(0) → 0 [1]
dbl(0, y) → y [1]

The TRS has the following type information:
dbl :: 0:S → 0:S → 0:S
S :: 0:S → 0:S
0 :: 0:S
save :: 0:S → 0:S

Rewrite Strategy: INNERMOST

(5) CompletionProof (UPPER BOUND(ID) transformation)

The transformation into a RNTS is sound, since:

(a) The obligation is a constructor system where every type has a constant constructor,

(b) The following defined symbols do not have to be completely defined, as they can never occur inside other defined symbols:
none

(c) The following functions are completely defined:


save
dbl

Due to the following rules being added:

dbl(v0, v1) → 0 [0]

And the following fresh constants: none

(6) Obligation:

Runtime Complexity Weighted TRS where critical functions are completely defined. The underlying TRS is:

Runtime Complexity Weighted TRS with Types.
The TRS R consists of the following rules:

dbl(S(0), S(0)) → S(S(S(S(0)))) [1]
save(S(x)) → dbl(0, save(x)) [1]
save(0) → 0 [1]
dbl(0, y) → y [1]
dbl(v0, v1) → 0 [0]

The TRS has the following type information:
dbl :: 0:S → 0:S → 0:S
S :: 0:S → 0:S
0 :: 0:S
save :: 0:S → 0:S

Rewrite Strategy: INNERMOST

(7) NarrowingProof (BOTH BOUNDS(ID, ID) transformation)

Narrowed the inner basic terms of all right-hand sides by a single narrowing step.

(8) Obligation:

Runtime Complexity Weighted TRS where critical functions are completely defined. The underlying TRS is:

Runtime Complexity Weighted TRS with Types.
The TRS R consists of the following rules:

dbl(S(0), S(0)) → S(S(S(S(0)))) [1]
save(S(S(x'))) → dbl(0, dbl(0, save(x'))) [2]
save(S(0)) → dbl(0, 0) [2]
save(0) → 0 [1]
dbl(0, y) → y [1]
dbl(v0, v1) → 0 [0]

The TRS has the following type information:
dbl :: 0:S → 0:S → 0:S
S :: 0:S → 0:S
0 :: 0:S
save :: 0:S → 0:S

Rewrite Strategy: INNERMOST

(9) CpxTypedWeightedTrsToRntsProof (UPPER BOUND(ID) transformation)

Transformed the TRS into an over-approximating RNTS by (improved) Size Abstraction.
The constant constructors are abstracted as follows:

0 => 0

(10) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ y :|: y >= 0, z = 0, z' = y
dbl(z, z') -{ 0 }→ 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 2 }→ dbl(0, dbl(0, save(x'))) :|: x' >= 0, z = 1 + (1 + x')
save(z) -{ 2 }→ dbl(0, 0) :|: z = 1 + 0
save(z) -{ 1 }→ 0 :|: z = 0

(11) InliningProof (UPPER BOUND(ID) transformation)

Inlined the following terminating rules on right-hand sides where appropriate:

dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
dbl(z, z') -{ 1 }→ y :|: y >= 0, z = 0, z' = y
dbl(z, z') -{ 0 }→ 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1

(12) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ y :|: y >= 0, z = 0, z' = y
dbl(z, z') -{ 0 }→ 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(x'))) :|: x' >= 0, z = 1 + (1 + x')
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

(13) SimplificationProof (BOTH BOUNDS(ID, ID) transformation)

Simplified the RNTS by moving equalities from the constraints into the right-hand sides.

(14) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

(15) CpxRntsAnalysisOrderProof (BOTH BOUNDS(ID, ID) transformation)

Found the following analysis order by SCC decomposition:

{ dbl }
{ save }

(16) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

Function symbols to be analyzed: {dbl}, {save}

(17) IntTrsBoundProof (UPPER BOUND(ID) transformation)


Computed SIZE bound using KoAT for: dbl
after applying outer abstraction to obtain an ITS,
resulting in: O(n1) with polynomial bound: 3 + z'

(18) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

Function symbols to be analyzed: {dbl}, {save}
Previous analysis results are:
dbl: runtime: ?, size: O(n1) [3 + z']

(19) IntTrsBoundProof (UPPER BOUND(ID) transformation)


Computed RUNTIME bound using CoFloCo for: dbl
after applying outer abstraction to obtain an ITS,
resulting in: O(1) with polynomial bound: 1

(20) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

Function symbols to be analyzed: {save}
Previous analysis results are:
dbl: runtime: O(1) [1], size: O(n1) [3 + z']

(21) ResultPropagationProof (UPPER BOUND(ID) transformation)

Applied inner abstraction using the recently inferred runtime/size bounds where possible.

(22) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

Function symbols to be analyzed: {save}
Previous analysis results are:
dbl: runtime: O(1) [1], size: O(n1) [3 + z']

(23) IntTrsBoundProof (UPPER BOUND(ID) transformation)


Computed SIZE bound using KoAT for: save
after applying outer abstraction to obtain an ITS,
resulting in: O(n1) with polynomial bound: 3·z

(24) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

Function symbols to be analyzed: {save}
Previous analysis results are:
dbl: runtime: O(1) [1], size: O(n1) [3 + z']
save: runtime: ?, size: O(n1) [3·z]

(25) IntTrsBoundProof (UPPER BOUND(ID) transformation)


Computed RUNTIME bound using PUBS for: save
after applying outer abstraction to obtain an ITS,
resulting in: O(n1) with polynomial bound: 3 + 4·z

(26) Obligation:

Complexity RNTS consisting of the following rules:

dbl(z, z') -{ 1 }→ z' :|: z' >= 0, z = 0
dbl(z, z') -{ 0 }→ 0 :|: z >= 0, z' >= 0
dbl(z, z') -{ 1 }→ 1 + (1 + (1 + (1 + 0))) :|: z = 1 + 0, z' = 1 + 0
save(z) -{ 3 }→ y :|: z = 1 + 0, y >= 0, 0 = 0, 0 = y
save(z) -{ 2 }→ dbl(0, dbl(0, save(z - 2))) :|: z - 2 >= 0
save(z) -{ 1 }→ 0 :|: z = 0
save(z) -{ 2 }→ 0 :|: z = 1 + 0, v0 >= 0, v1 >= 0, 0 = v0, 0 = v1

Function symbols to be analyzed:
Previous analysis results are:
dbl: runtime: O(1) [1], size: O(n1) [3 + z']
save: runtime: O(n1) [3 + 4·z], size: O(n1) [3·z]

(27) FinalProof (EQUIVALENT transformation)

Computed overall runtime complexity

(28) BOUNDS(1, n^1)